home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d3
/
pcwrite3.arc
/
PCWMOUSE.DEF
< prev
next >
Wrap
Text File
|
1986-04-01
|
3KB
|
125 lines
; This version is for PC-Write 2.55, call Quicksoft about the 2.6 version.
; Set up initial labels for mouse commands
BEGIN lb,rb,bb,mousel,mouser,mouseu,moused
lb: match 1,4,,"c",pop4,lb2
lb2: match 1,1,,"F",keyf6
rb: match 1,20,,"D",pop1,rb2
rb2: match 1,21,,"g",pop2,pop3
bb: match 1,1,,"F",keyf5
; -------------------- Mouse left -----------------------
mousel: match 1,1,,"F",keyctrls
; ------------------- Mouse right -----------------------
mouser: match 1,1,,"F",keyctrld
; --------------------- Mouse up -----------------------
mouseu: match 1,1,,"F",keyctrle
; ------------------- Mouse down -----------------------
moused: match 1,1,,"F",keyctrlx
;function key menu
pop1: popup 2,60
text "╔══════MARKED══════╗"
text "║Continue ║"
text "║Help ║"
text "║Copy to cursor ║"
text "║Move to cursor ║"
text "║Clear marking ║"
text "║Marked -> Marking ║"
text "║Change case ║"
text "║Center ║"
text "╚══════════════════╝"
select 2,2,18
select 3,2,18,keyf1
select 4,2,18,keyf3
select 5,2,18,keyf6
select 6,2,18,keyf5
select 7,2,18,keycf6
select 8,2,18,keyf8
select 9,2,18,keycf8
pend
pop2: popup 2,60
text "╔═════MARKING══════╗"
text "║Continue ║"
text "║Help ║"
text "║Copy to file ║"
text "║Delete to hold ║"
text "║Clear marking ║"
text "║Marking -> Marked ║"
text "╚══════════════════╝"
select 2,2,18
select 3,2,18,keyf1
select 4,2,18,keycf6
select 5,2,18,keyf4
select 6,2,18,keyf5
select 7,2,18,keyf6
pend
pop3: popup 2,60
text "╔══════════════════╗"
text "║Continue ║"
text "║Help ║"
text "║Ruler line ║"
text "║Reformat ║"
text "║Find and Replace ║"
text "║Insert file ║"
text "║Insert hold ║"
text "║Cursor location ║"
text "╚══════════════════╝"
select 2,2,18
select 3,2,18,keyf1
select 4,2,18,keyf2
select 5,2,18,keyf7
select 6,2,18,keyf9
select 7,2,18,keycf3
select 8,2,18,keycf4
select 9,2,18,keycf9
pend
pop4: popup 1,1
text "F1:continue F2:exit F3:save F4:toDOS F5:renamefile F6:switchfile Esc:stopsave"
select 1,1,11,keyf1
select 1,13,7,keyf2
select 1,21,7,keyf3
select 1,29,8,keyf4
select 1,38,13,keyf5
select 1,52,13,keyf6
select 1,66,13,keyesc
pend
; --- Key Commands ---
keyctrls: type 19 ;Ctrl S - Left char
keyctrld: type 4 ;Ctrl D - Right char
keyctrle: type 5 ;Ctrl E - Up char
keyctrlx: type 24 ;Ctrl X - Down char
keyesc: type 27
keyf1: type 0,59
keyf2: type 0,60
keyf3: type 0,61
keyf4: type 0,62
keyf5: type 0,63
keyf6: type 0,64
keyf7: type 0,65
keyf8: type 0,66
keyf9: type 0,67
keyf10: type 0,68
keycf3: type 0,86
keycf4: type 0,87
keycf6: type 0,89
keycf8: type 0,91
keycf9: type 0,92
keycf10: type 0,93